runtime.mheap.arenaHintAlloc (field)
8 uses
runtime (current package)
malloc.go#L642: hint := (*arenaHint)(mheap_.arenaHintAlloc.alloc())
malloc.go#L709: hint := (*arenaHint)(mheap_.arenaHintAlloc.alloc())
malloc.go#L717: userArenaHint := (*arenaHint)(mheap_.arenaHintAlloc.alloc())
malloc.go#L794: h.arenaHintAlloc.free(unsafe.Pointer(hint))
malloc.go#L815: hint := (*arenaHint)(h.arenaHintAlloc.alloc())
malloc.go#L818: hint = (*arenaHint)(h.arenaHintAlloc.alloc())
mheap.go#L230: arenaHintAlloc fixalloc // allocator for arenaHints
mheap.go#L804: h.arenaHintAlloc.init(unsafe.Sizeof(arenaHint{}), nil, nil, &memstats.other_sys)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)